home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Stuffed Files / IDOD 3.0 Release.sit / IDOD 3.0 Dial Driver Kit.sit / template.dd < prev    next >
Encoding:
Text File  |  1988-11-03  |  726 b   |  29 lines  |  [TEXT/PEDT]

  1. (Enter dial procedure: )
  2.  
  3.  
  4. (This is where the procedure is entered.  You may)
  5. (use the entire RR procedure instruction set.)
  6. (You then compiled it as any other RR procedure.) 
  7.  
  8.  
  9.  
  10.  
  11. (Stop at this point.  Don't include the U#= prompt.  IDOD takes)
  12. ( over from here!)
  13.  
  14. (This must be attached to the end of all dialing procedures )
  15. (so that it re-enters IDOD.)
  16.  
  17. LET EQUAL R%,1
  18. SAVEVAR IDOD custom
  19.  
  20. (Make sure the procedure name is the same as shown below or )
  21. (vice versa.)
  22. (You may need to add the entire path. Example:  )
  23. (HD20:Red Procedures:IDOD3.0B8.PROC)
  24. (The path will be necessary when IDOD is not run in )
  25. (the same folder as RR.)
  26.  
  27. DO IDOD 3.0.PROC
  28.  
  29. (Compile this then select this procedure in the IDOD "Settings" window.)